/myimagemtx [iw 0 0 ih 0 0] def /shortstr2 32 string def /shortstr1 96 string def systemdict /setcmykcolor known {/doimage /cimage load def} {/doimage /bwimage load def} ifelse /cimage {iw ih 8 myimagemtx {currentfile shortstr1 readhexstring pop currentfile shortstr2 readhexstring pop pop} false 3 colorimage} bind def /bwimage {iw ih 8 myimagemtx {currentfile shortstr1 readhexstring pop pop currentfile shortstr2 readhexstring pop} image} bind def % Modified 8/13/90 by Dave Platt to support 24-bit color % Used by permission of David Gelphman, Adobe Systems Incorporated. % Copyright 1989 Adobe Systems Incorporated. All rights reserved. % Author David Gelphman, Adobe Systems % Monday, January 16, 1989 1:10:27 PM